home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_12288.txt < prev    next >
Text File  |  1991-02-27  |  955b  |  35 lines

  1. -- card: 12288 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 6
  9. ----- text -----
  10. A2  C/TC/C++ Differences
  11.  
  12. -- part contents for background part 7
  13. ----- text -----
  14. 214
  15.  
  16. -- part contents for background part 4
  17. ----- text -----
  18. Think C v. 4.0 offers near ANSI C compatibility, a few crucial C++ features which allow object-oriented programming, and a few features not available in C++.  C++ on the other hand is generally ANSI C compatible and adds several object-oriented features not available in TC.
  19.  
  20. This appendix details the differences among ANSI C, Think C v. 4.0, and C++.  Conditional compilation* may be used to obtain portability from TC to C++.
  21.  
  22.  
  23.  
  24.  
  25. -- part contents for background part 29
  26. ----- text -----
  27. 55726
  28.  
  29. -- part contents for background part 27
  30. ----- text -----
  31. TC/C++ portability
  32.  
  33. -- part contents for background part 20
  34. ----- text -----
  35. TC/C++ portability - p183